Platform Explorer / Nuxeo Platform 5.8

Operation Suggestion.JSF.NavigateToDocument (Suggestion handler for navigation to document view)

Description

Handles JSF navigation given a DocumentSuggestion as input.
Operation id Suggestion.JSF.NavigateToDocument
Category User Interface
Label Suggestion handler for navigation to document view
Requires
Since

Parameters

Name Description Type Required Default value
clearFacetedSearch boolean no  
navigationTree string no  
updateNavigationTree boolean no  

Signature

Inputs object
Outputs object

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.suggestbox.handlers.NavigateToDocumentSuggestionHandler
Contributing Component org.nuxeo.ecm.platform.suggestbox.core.defaultSuggestionHandlers

JSON Definition

{
  "id" : "Suggestion.JSF.NavigateToDocument",
  "label" : "Suggestion handler for navigation to document view",
  "category" : "User Interface",
  "requires" : null,
  "description" : "Handles JSF navigation given a DocumentSuggestion as input.",
  "url" : "Suggestion.JSF.NavigateToDocument",
  "signature" : [ "object", "object" ],
  "params" : [ {
    "name" : "clearFacetedSearch",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "navigationTree",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "updateNavigationTree",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}